From a210860236582d73c57e620c3a4a19275d187940 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 05:00:58 +0000 Subject: [PATCH] (timer): Link with $(LOADLIBES). --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 6740ab8126c..135b7b3d4f0 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -248,7 +248,7 @@ getdate.o: ${srcdir}/getdate.y ../src/config.h timer.o: ${srcdir}/timer.c ../src/config.h $(CC) -c -I${srcdir}/../src $(ALL_CFLAGS) ${srcdir}/timer.c timer: ${TIMEROBJS} - $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} -o timer + $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer make-path: ${srcdir}/make-path.c $(CC) $(ALL_CFLAGS) ${srcdir}/make-path.c -o make-path -- 2.30.2